ExecuteDataset(String,String,MySqlParameter[]) Method
Executes a single SQL command and returns the resultset in a
System.Data.DataSet. A new
MySqlConnection object is created, opened, and closed during this method.
Parameters
- connectionString
- Settings to use for the connection.
- commandText
- The command to execute.
- commandParameters
- Parameters to use for the command.
Return Value
System.Data.DataSet containing the resultset.